Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 6363311a71d285e4ef9d660774fed2761d48909a


Parents : a46525c
Author : Mark Qvist <bc7291552be7a58f361522990465165c>
Date : 2026-05-06T14:21:17+02:00

Adjusted logging

Changes

1 files changed, 1 insertions(+), 1 deletions(-)


Diff

diff --git a/nomadnet/Directory.py b/nomadnet/Directory.py
index 1d86e9e..442983b 100644
--- a/nomadnet/Directory.py
+++ b/nomadnet/Directory.py
@@ -20,7 +20,7 @@ class PNAnnounceHandler:
data = msgpack.unpackb(app_data)
if data[2] == True:
- RNS.log("Received active propagation node announce from "+RNS.prettyhexrep(destination_hash))
+ RNS.log("Received active propagation node announce from "+RNS.prettyhexrep(destination_hash), RNS.LOG_DEBUG)
associated_peer = RNS.Destination.hash_from_name_and_identity("lxmf.delivery", announced_identity)
associated_node = RNS.Destination.hash_from_name_and_identity("nomadnetwork.node", announced_identity)


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────